home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000054_news@columbia.edu _Wed Apr 4 11:12:47 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA05494
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 4 Apr 2001 11:12:46 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA20495
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 4 Apr 2001 11:02:43 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@columbia.edu (Frank da Cruz)
  10. Subject: Re: FTP client for Solaris 8
  11. Date: 4 Apr 2001 15:02:42 GMT
  12. Organization: Columbia University
  13. Message-ID: <9afd2i$k0d$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <3ACA65F9.C959EC00@mailbox.swipnet.se>,
  17. J∩┐╜rgen Moquist  <jorgen.moquist@mailbox.swipnet.se> wrote:
  18. : Frank da Cruz wrote:
  19. : >...
  20. : >   http://www.columbia.edu/kermit/ftpclient.html
  21. : >
  22. : > But you'll have to compile it yourself since I don't have access to
  23. : > Solaris 8 (x86 or Sparc).  I have built it on Solaris 2.5.1, 2.6, and
  24. : > 2.7 on Sparc, though, so it should be just a matter of typing:
  25. : >
  26. : >   uncompress cku199.tar.Z (or .gz)
  27. : >   tar xvf cku199.tar
  28. : >   make solaris8
  29. : >
  30. : > If you (or anybody) can make a Solaris 8 binary, please let me know so
  31. : > I can add it to the archive.
  32. : I tried a make & gmake on it, here is the printout.
  33. :
  34. Sorry, should have said:
  35.  
  36.   make solaris8    <-- if you have Sun cc
  37.   make solaris8g   <-- if you have gcc
  38.  
  39. I tend to forget that Solaris is delivered without its own C compiler.
  40. The idea of UNIX without C is still a bit too strange for me to absorb.
  41.  
  42. Also, if anybody has SunLink X.25, Kermit 7.1 needs to be built for that
  43. too (any/all Solaris/SunOS versions).
  44.  
  45. I also need builds for any Solaris prior to 2.5.1 (with or without X.25).
  46.  
  47. I also need builds for any versions of Solaris at all on x86.  (I have
  48. Solaris 2.6 for x86 but have never succeeded in installing gcc on it --
  49. if anybody knows the trick, please share it.)
  50.  
  51. Thanks!
  52.  
  53. - Frank